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