3 references to NonPointerType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\BaseTypeAnalysis.cs (2)
96var fieldType = field?.NonPointerType(); 186TypeSymbol fieldType = field.NonPointerType();
Symbols\Source\SourceMemberContainerSymbol.cs (1)
2403var type = field.NonPointerType();