4 references to SystemXmlLinq
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
MetadataAsSource\AbstractMetadataAsSourceTests.cs (1)
35
AssemblyResolver.TestAccessor.AddInMemoryImage(TestBase.SystemXmlLinqRef, "System.Xml.Linq.v4_0_30319.dll", ImmutableArray.Create(TestMetadata.ResourcesNet451.
SystemXmlLinq
));
Microsoft.CodeAnalysis.Test.Utilities (3)
Generated.cs (2)
153
new ReferenceInfo("System.Xml.Linq.dll",
SystemXmlLinq
),
176
public static PortableExecutableReference SystemXmlLinq { get; } = AssemblyMetadata.CreateFromImage(ResourcesNet451.
SystemXmlLinq
).GetReference(display: "System.Xml.Linq.dll (net451)", filePath: "System.Xml.Linq.dll");
TestBase.cs (1)
271
() => AssemblyMetadata.CreateFromImage(ResourcesNet451.
SystemXmlLinq
).GetReference(display: "System.Xml.Linq.v4_0_30319.dll"),