1 write to PayloadTypeId
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrCustomTypeInfo.cs (1)
27
PayloadTypeId
= payloadTypeId;
10 references to PayloadTypeId
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (3)
DynamicFlagsCustomTypeInfoTests.cs (3)
174
customTypeInfo.
PayloadTypeId
,
241
Assert.Equal(CustomTypeInfo.PayloadTypeId, dkmClrCustomTypeInfo.
PayloadTypeId
);
247
dkmClrCustomTypeInfo.
PayloadTypeId
,
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (7)
CustomTypeInfo.cs (2)
31
if (typeInfo == null || typeInfo.Payload == null || typeInfo.
PayloadTypeId
!= PayloadTypeId)
59
customInfo.
PayloadTypeId
,
CustomTypeInfoTypeArgumentMap.cs (2)
71
CustomTypeInfo.Decode(typeInfo.
PayloadTypeId
, typeInfo.Payload, out dynamicFlags, out tupleElementNames);
105
customInfo.
PayloadTypeId
,
Debugger\Engine\DkmClrCustomTypeInfo.cs (1)
36
private string DebuggerDisplay => $"[{string.Join(", ", Payload.Select(b => $"0x{b:x2}"))}] from {
PayloadTypeId
}";
Formatter.TypeNames.cs (1)
34
CustomTypeInfo.Decode(typeInfo.
PayloadTypeId
, typeInfo.Payload, out dynamicFlags, out tupleElementNames);
ResultProvider.cs (1)
985
Debug.Assert(declaredTypeAndInfo.Info?.
PayloadTypeId
!= CustomTypeInfo.PayloadTypeId);