1 write to XmlNamespace
Microsoft.CodeAnalysis (1)
Compilation\IImportScope.cs (1)
116XmlNamespace = xmlNamespace;
8 references to XmlNamespace
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (8)
Compilation\GetImportScopesTests.vb (8)
349Assert.Equal("http://roslyn", scopes.Single().XmlNamespaces.Single().XmlNamespace) 367Assert.Equal("http://roslyn", scopes.Single().XmlNamespaces.Single().XmlNamespace) 389Assert.Equal("http://roslyn", scopes.Single().XmlNamespaces.Single().XmlNamespace) 409Assert.True(scopes.Single().XmlNamespaces.Any(Function(x) x.XmlNamespace = "http://roslyn")) 413Assert.True(scopes.Single().XmlNamespaces.Any(Function(X) X.XmlNamespace = "http://roslyn2")) 440Assert.Equal("http://roslyn", scopes.Single().XmlNamespaces.Single().XmlNamespace) 464Assert.Equal("http://roslyn", scopes.Single().XmlNamespaces.Single().XmlNamespace) 490Assert.Equal("http://roslyn", scopes.Single().XmlNamespaces.Single().XmlNamespace)