1 instantiation of Boxed
Microsoft.CodeAnalysis (1)
Binding\UseSiteInfo.cs (1)
527
info = new
Boxed
(diagnosticInfo, dependencies);
4 references to Boxed
Microsoft.CodeAnalysis (4)
Binding\UseSiteInfo.cs (4)
457
/// - a <see cref="
Boxed
"/> tuple of a <see cref="DiagnosticInfo"/> and a <see cref="ImmutableHashSet{TAssemblySymbol}"/>.
581
var
boxed = (
Boxed
)info;
597
/// Empty or null if <see cref="
Boxed
.DiagnosticInfo"/> is an error.