1 write to _analyzerType
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.ReflectionWrapper.cs (1)
64
_analyzerType
= analyzerType;
2 references to _analyzerType
Microsoft.CodeAnalysis.ExternalAccess.Copilot (2)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.ReflectionWrapper.cs (2)
87
if (_analyzerInstance is null ||
_analyzerType
is null)
90
if (
_analyzerType
.GetMethod(methodName, types) is MethodInfo methodInfo)