7 references to SystemDataRef
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
PDB\PDBUsingTests.cs (1)
2431var comp = CreateCompilationWithMscorlib40(source, parseOptions: TestOptions.Regular.WithNoRefSafetyRulesAttribute(), references: new[] { SystemCoreRef.WithAliases(new[] { "A" }), SystemDataRef });
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\ImportsTests.cs (1)
109SystemDataRef.WithAliases(new[] { "B" }),
Semantics\LookupTests.cs (2)
618var refs = new MetadataReference[] { SystemDataRef }; 675var refs = new MetadataReference[] { SystemDataRef };
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (2)
PDB\PDBUsingTests.vb (2)
377{SystemCoreRef, SystemDataRef}, 415{SystemCoreRef, SystemDataRef},
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\SemanticModelLookupSymbolsAPITests.vb (1)
1077</compilation>, {SystemDataRef})