1 instantiation of NativeIntegerPropertySymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
131var property = new NativeIntegerPropertySymbol(
5 references to NativeIntegerPropertySymbol
Microsoft.CodeAnalysis.CSharp (5)
Symbols\NativeIntegerTypeSymbol.cs (4)
131var property = new NativeIntegerPropertySymbol( 347private readonly NativeIntegerPropertySymbol? _associatedSymbol; 350internal NativeIntegerMethodSymbol(NativeIntegerTypeSymbol container, MethodSymbol underlyingMethod, NativeIntegerPropertySymbol? associatedSymbol) 507Func<NativeIntegerTypeSymbol, NativeIntegerPropertySymbol, MethodSymbol?, NativeIntegerMethodSymbol?> getAccessor) :
Symbols\PropertySymbol.cs (1)
466if (other is NativeIntegerPropertySymbol nps)