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( 335private readonly NativeIntegerPropertySymbol? _associatedSymbol; 338internal NativeIntegerMethodSymbol(NativeIntegerTypeSymbol container, MethodSymbol underlyingMethod, NativeIntegerPropertySymbol? associatedSymbol) 467Func<NativeIntegerTypeSymbol, NativeIntegerPropertySymbol, MethodSymbol?, NativeIntegerMethodSymbol?> getAccessor) :
Symbols\PropertySymbol.cs (1)
468if (other is NativeIntegerPropertySymbol nps)