3 references to GetSemanticModel
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
RequestDelegateGeneratorSuppressor.cs (1)
57
var semanticModel = context.
GetSemanticModel
(sourceTree);
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ShapeBreakingDiagnosticSuppressor.cs (1)
35
SemanticModel model = context.
GetSemanticModel
(diagnostic.Location.SourceTree);
Microsoft.ML.InternalCodeAnalyzer (1)
RelaxTestNamingSuppressor.cs (1)
44
var semanticModel = context.
GetSemanticModel
(tree);