4 references to Generic
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1130Debug.Assert((methodReference.CallingConvention & CallingConvention.Generic) != 0 == (methodReference.GenericParameterCount > 0));
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Extensions\SourceExtensionImplementationMethodSymbol.cs (1)
115(Arity != 0 ? Cci.CallingConvention.Generic : 0);
Symbols\Source\SourceMemberMethodSymbol.cs (1)
721cc |= Cci.CallingConvention.Generic;
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
320return Cci.CallingConvention.Generic;