3 writes to _populated
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespace.cs (3)
104_populated |= TypesCollection; 123_populated |= ImportsCollection; 178_populated |= CommentsCollection;
3 references to _populated
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespace.cs (3)
102if (0 == (_populated & TypesCollection)) 121if (0 == (_populated & ImportsCollection)) 176if (0 == (_populated & CommentsCollection))