1 override of IsUnresolved
Microsoft.CodeAnalysis (1)
MetadataReference\UnresolvedMetadataReference.cs (1)
31
internal override bool
IsUnresolved
4 references to IsUnresolved
Microsoft.CodeAnalysis.VisualBasic (2)
CommandLine\VisualBasicCommandLineArguments.vb (2)
77
If reference.
IsUnresolved
Then
115
If defaultCorLibrary Is Nothing OrElse defaultCorLibrary.
IsUnresolved
Then
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (2)
CommandLineTests.vb (2)
2533
Assert.Contains(references, Function(r) r.
IsUnresolved
)
2549
Assert.DoesNotContain(references, Function(r) r.
IsUnresolved
)