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