2 instantiations of RefKindVector
Microsoft.CodeAnalysis.CSharp (2)
21 references to RefKindVector
Microsoft.CodeAnalysis.CSharp (20)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (7)
45public SynthesizedDelegateKey(int parameterCount, RefKindVector byRefs, bool returnsVoid, int generation)
159internal AnonymousDelegateTemplateSymbol SynthesizeDelegate(int parameterCount, RefKindVector refKinds, bool returnsVoid, int generation)
253var refKinds = default(RefKindVector);
256refKinds = RefKindVector.Create(nTypeArguments);
462private AnonymousDelegateTemplateSymbol CreatePlaceholderSynthesizedDelegateValue(string name, RefKindVector refKinds, bool returnsVoid, int parameterCount)
569if (GeneratedNames.TryParseSynthesizedDelegateName(key.Name, out var refKinds, out var returnsVoid, out var generation, out var parameterCount))
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)