1 write to _embeddingAssembly
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NoPiaMissingCanonicalTypeSymbol.cs (1)
38
_embeddingAssembly
= embeddingAssembly;
2 references to _embeddingAssembly
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NoPiaMissingCanonicalTypeSymbol.cs (2)
47
return new NoPiaMissingCanonicalTypeSymbol(
_embeddingAssembly
, _fullTypeName, _guid, _scope, _identifier, newData);
54
return
_embeddingAssembly
;