6 references to AllTypeDecls
dotnet-svcutil-lib (6)
CodeDomFixup\CodeDomVisitors\SpecialIXmlSerializableRemapper.cs (4)
62&& !_typeDeclCollection.AllTypeDecls.ContainsKey(specialTypeName)) 96foreach (string typeName in _typeDeclCollection.AllTypeDecls.Keys) 98typeDecl = _typeDeclCollection.AllTypeDecls[typeName]; 102_specialIXmlSerializableTypes[typeName] = _typeDeclCollection.AllTypeDecls[typeName];
CodeDomFixup\CodeDomVisitors\TypeDeclCollection.cs (2)
45System.Diagnostics.Debug.Assert(!AllTypeDecls.ContainsKey(fullName), $"Key '{fullName}' already added to dictionary!"); 47AllTypeDecls[fullName] = typeDeclaration;