1 instantiation of NativeIntegerPropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
125var property = new NativeIntegerPropertySymbol(
6 references to NativeIntegerPropertySymbol
Microsoft.CodeAnalysis.CSharp (6)
Emitter\Model\PropertySymbolAdapter.cs (1)
332if (underlyingPropertySymbol is NativeIntegerPropertySymbol)
Symbols\NativeIntegerTypeSymbol.cs (4)
125var property = new NativeIntegerPropertySymbol( 331private readonly NativeIntegerPropertySymbol? _associatedSymbol; 334internal NativeIntegerMethodSymbol(NativeIntegerTypeSymbol container, MethodSymbol underlyingMethod, NativeIntegerPropertySymbol? associatedSymbol) 458Func<NativeIntegerTypeSymbol, NativeIntegerPropertySymbol, MethodSymbol?, NativeIntegerMethodSymbol?> getAccessor) :
Symbols\PropertySymbol.cs (1)
467if (other is NativeIntegerPropertySymbol nps)