3 references to Assembly
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyReader.cs (2)
269
if (type == SymbolKeyType.
Assembly
)
513
SymbolKeyType.
Assembly
=> AssemblySymbolKey.Instance.Resolve(this, out failureReason),
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
337
WriteType(SymbolKeyType.
Assembly
);