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