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)
47
return new NoPiaMissingCanonicalTypeSymbol(_embeddingAssembly,
_fullTypeName
, _guid, _scope, _identifier, newData);
62
return
_fullTypeName
;
107
return new CSDiagnosticInfo(ErrorCode.ERR_NoCanonicalView,
_fullTypeName
);