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