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