3 references to Assembly
Microsoft.CodeAnalysis.Workspaces (3)
SymbolKey.SymbolKeyReader.cs (2)
269
if (type == SymbolKeyType.
Assembly
)
542
SymbolKeyType.
Assembly
=> AssemblySymbolKey.Instance.Resolve(this, out failureReason),
SymbolKey.SymbolKeyWriter.cs (1)
334
WriteType(SymbolKeyType.
Assembly
);