1 instantiation of NativeIntegerParameterSymbol
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
364var parameters = UnderlyingMethod.Parameters.SelectAsArray((p, m) => (ParameterSymbol)new NativeIntegerParameterSymbol(m._container, m, p), this);
3 references to NativeIntegerParameterSymbol
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\ParameterSymbolAdapter.cs (1)
275if (underlyingParameterSymbol is NativeIntegerParameterSymbol)
Symbols\Metadata\PE\PEParameterSymbol.cs (1)
1202return other is NativeIntegerParameterSymbol nps ?
Symbols\Source\SourceParameterSymbolBase.cs (1)
36if (obj is NativeIntegerParameterSymbol nps)