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