3 references to GetDecoder
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PETypeParameterSymbol.cs (3)
168
MetadataDecoder tokenDecoder =
GetDecoder
(moduleSymbol);
537
MetadataDecoder tokenDecoder =
GetDecoder
(moduleSymbol);
726
return DeriveCompilerFeatureRequiredDiagnostic(
GetDecoder
(containingModule)) is { Code: (int)ErrorCode.ERR_UnsupportedCompilerFeature } || base.HasUnsupportedMetadata;