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)
87if (_analyzerInstance is null || _analyzerType is null) 90if (_analyzerType.GetMethod(methodName, types) is MethodInfo methodInfo)