3 writes to _populated
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberMethod.cs (3)
93_populated |= StatementsCollection; 111_populated |= ParametersCollection; 147_populated |= ImplTypesCollection;
3 references to _populated
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeMemberMethod.cs (3)
91if (0 == (_populated & StatementsCollection)) 109if (0 == (_populated & ParametersCollection)) 145if (0 == (_populated & ImplTypesCollection))