2 overrides of GetCustomTypeInfo
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
CSharpLocalAndMethod.cs (1)
29public override Guid GetCustomTypeInfo(out ReadOnlyCollection<byte>? payload)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
VisualBasicLocalAndMethod.vb (1)
21Public Overrides Function GetCustomTypeInfo(ByRef payload As ReadOnlyCollection(Of Byte)) As Guid
8 references to GetCustomTypeInfo
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (4)
DynamicTests.cs (1)
1474Guid customTypeInfoId = localAndMethod.GetCustomTypeInfo(out customTypeInfo);
TupleTests.cs (3)
222var customTypeInfoId = locals[0].GetCustomTypeInfo(out customTypeInfo); 270var customTypeInfoId = locals[0].GetCustomTypeInfo(out customTypeInfo); 467var customTypeInfoId = locals[0].GetCustomTypeInfo(out customTypeInfo);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
ExpressionCompiler.cs (1)
446Guid customTypeInfoId = local.GetCustomTypeInfo(out customTypeInfo);
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler.UnitTests (3)
TupleTests.vb (3)
225Dim typeInfoId = locals(0).GetCustomTypeInfo(typeInfo) 272Dim typeInfoId = locals(0).GetCustomTypeInfo(typeInfo) 459Dim typeInfoId = locals(0).GetCustomTypeInfo(typeInfo)