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