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