2 references to GetFullNameOrThrow
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
357return peModule.GetFullNameOrThrow(typeDef.Namespace, typeDef.Name);
MetadataReader\MetadataDecoder.cs (1)
1730string fullName = Module.GetFullNameOrThrow(namespaceHandle, nameHandle);