1 write to FlagsAndTokenRange
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\110\Microsoft_Diagnostics_DataContractReader_Data.MethodDescChunk.g.cs (1)
43FlagsAndTokenRange = target.ReadField<ushort>(b, t, n);
2 references to FlagsAndTokenRange
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\RuntimeTypeSystem_1.cs (2)
228uint tokenRange = ((uint)(chunk.FlagsAndTokenRange & tokenRangeMask)) << tokenRemainderBitCount; 286internal bool HasFlags(MethodDescChunkFlags flags) => (_chunk.FlagsAndTokenRange & (ushort)flags) != 0;