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)
101
if (
_regexType
== null)
123
if (TryAnalyzeInvocation(
_regexType
, argumentNode, semanticModel, method, cancellationToken, out options))
128
if (TryAnalyzeInvocation(
_regexType
, argumentNode, semanticModel, candidate, cancellationToken, out options))
142
if (
_regexType
.Equals(constructor?.ContainingType))
153
if (
_regexType
.Equals(constructor?.ContainingType))