3 references to NativeIntegerMethodSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\NativeIntegerTypeSymbol.cs (3)
108
builder.Add(new
NativeIntegerMethodSymbol
(this, underlyingMethod, associatedSymbol: null));
116
builder.Add(new
NativeIntegerMethodSymbol
(this, underlyingMethod, associatedSymbol: null));
128
(container, property, underlyingAccessor) => underlyingAccessor is null ? null : new
NativeIntegerMethodSymbol
(container, underlyingAccessor, property));