1 write to _fullTypeName
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NoPiaMissingCanonicalTypeSymbol.cs (1)
39_fullTypeName = fullTypeName;
3 references to _fullTypeName
Microsoft.CodeAnalysis.CSharp (3)
Symbols\NoPiaMissingCanonicalTypeSymbol.cs (3)
47return new NoPiaMissingCanonicalTypeSymbol(_embeddingAssembly, _fullTypeName, _guid, _scope, _identifier, newData); 62return _fullTypeName; 107return new CSDiagnosticInfo(ErrorCode.ERR_NoCanonicalView, _fullTypeName);