2 references to GetCustomTypeInfoPayload
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (2)
Rewriters\LocalDeclarationRewriter.cs (1)
142
var bytes = compilation.
GetCustomTypeInfoPayload
(local.Type, customModifiersCount: 0, refKind: RefKind.None);
SymbolExtensions.cs (1)
24
return method.DeclaringCompilation.
GetCustomTypeInfoPayload
(method.ReturnType, method.ReturnTypeWithAnnotations.CustomModifiers.Length + method.RefCustomModifiers.Length, RefKind.None);