1 write to _regexType
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexLanguageDetector.cs (1)
47_regexType = regexType;
5 references to _regexType
Microsoft.CodeAnalysis.Features (5)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexLanguageDetector.cs (5)
101if (_regexType == null) 123if (TryAnalyzeInvocation(_regexType, argumentNode, semanticModel, method, cancellationToken, out options)) 128if (TryAnalyzeInvocation(_regexType, argumentNode, semanticModel, candidate, cancellationToken, out options)) 142if (_regexType.Equals(constructor?.ContainingType)) 153if (_regexType.Equals(constructor?.ContainingType))