2 references to LastWellKnownTextEncoding
Microsoft.CodeAnalysis.CodeStyle (2)
ObjectReader.cs (1)
302
case >= TypeCode.FirstWellKnownTextEncoding and <= TypeCode.
LastWellKnownTextEncoding
:
ObjectWriter.cs (1)
1302
Debug.Assert(code is >= TypeCode.FirstWellKnownTextEncoding and <= TypeCode.
LastWellKnownTextEncoding
);