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