1 write to Symbols
Microsoft.CodeAnalysis (1)
ReferenceManager\ModuleReferences.cs (1)
52
this.
Symbols
= symbols;
5 references to Symbols
Microsoft.CodeAnalysis (1)
ReferenceManager\ModuleReferences.cs (1)
36
/// A subset of <see cref="
Symbols
"/> that correspond to references with non-matching (unified)
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NonMissingModuleSymbol.cs (1)
63
return _moduleReferences.
Symbols
;
Symbols\Retargeting\RetargetingModuleSymbol.cs (1)
196
ImmutableArray<AssemblySymbol> referencedAssemblySymbols = moduleReferences.
Symbols
;
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\NonMissingModuleSymbol.vb (1)
63
Return _moduleReferences.
Symbols
Symbols\Retargeting\RetargetingModuleSymbol.vb (1)
173
Dim referencedAssemblySymbols As ImmutableArray(Of AssemblySymbol) = moduleReferences.
Symbols