4 references to GetTypeInfo
Microsoft.CodeAnalysis (2)
Compilation\Extensions.cs (1)
57
return semanticModel.
GetTypeInfo
(node, cancellationToken);
Symbols\IFieldSymbol.cs (1)
85
/// The inferred nullability is only exposed indirectly via APIs that give information about expressions, such as <see cref="SemanticModel.
GetTypeInfo
"/> when called with a <see langword="field"/> expression.
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
887
var info = model.
GetTypeInfo
(expression);
SymbolDisplay\SymbolDisplayVisitor_Minimal.cs (1)
263
type = SemanticModelOpt.
GetTypeInfo
(identifier).Type;