C# Класс BugHunter.AnalyzersVersions.SystemIO.Helpers.AnalyzerHelper

!!! THIS FILE SERVES ONLY FOR PURPOSES OF PERFORMANCE TESTING !!!
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
WhiteListedTypeNames string[]

Открытые методы

Метод Описание
GetRule ( string diagnosticId ) : DiagnosticDescriptor

Constructs a Diagnostic Descriptor for SystemIOAnalyzer

Описание методов

GetRule() публичный статический Метод

Constructs a Diagnostic Descriptor for SystemIOAnalyzer
public static GetRule ( string diagnosticId ) : DiagnosticDescriptor
diagnosticId string Id of the diagnostic
Результат DiagnosticDescriptor

Описание свойств

WhiteListedTypeNames публичное статическое свойство

Names of whitelisted types for SystemIOAnalyzer
public static string[] WhiteListedTypeNames
Результат string[]