3 references to Contains
Microsoft.CodeAnalysis.CodeStyle (3)
src\Analyzers\Core\Analyzers\AbstractBuiltInCodeStyleDiagnosticAnalyzer.cs (1)
88Debug.Assert(option is { Definition.DefaultValue: ICodeStyleOption2 } == descriptor.CustomTags.Contains(WellKnownDiagnosticTags.CustomSeverityConfigurable));
src\Analyzers\Core\Analyzers\AbstractBuiltInCodeStyleDiagnosticAnalyzer_Core.cs (1)
207if (descriptor.CustomTags.Contains(WellKnownDiagnosticTags.NotConfigurable))
src\Compilers\Core\Portable\FileSystem\PathUtilities.cs (1)
635if (pathParts.Contains(ThisDirectory))