1 write to TargetAssembly
Microsoft.CodeAnalysis (1)
ReferenceManager\UnifiedAssembly.cs (1)
33
this.
TargetAssembly
= targetAssembly;
2 references to TargetAssembly
Microsoft.CodeAnalysis (1)
ReferenceManager\UnifiedAssembly.cs (1)
21
/// Original reference that was unified to the identity of the <see cref="
TargetAssembly
"/>.
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NonMissingModuleSymbol.cs (1)
93
if (!ReferenceEquals(unifiedAssembly.
TargetAssembly
, dependentAssembly))