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