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