Implemented interface members:
property
this
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.this[TKey]
property
this
System.Collections.Generic.IDictionary<TKey, TValue>.this[TKey]
7 writes to
CodeStyleConfigFileGenerator (1)
Program.cs (1)
63allRulesById[rule.Id] = rule;
GenerateDocumentationAndConfigFiles (2)
Program.cs (2)
122allRulesById[rule.Id] = rule; 124assemblyRulesMetadata.rules[rule.Id] = (rule, analyzerType.Name, analyzerType.GetCustomAttribute<DiagnosticAnalyzerAttribute>(true)?.Languages);
GenerateRulesMissingDocumentation (1)
Program.cs (1)
161allRulesById[rule.Id] = rule;
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
734propertyTriggerLayers[propertyTriggerLayerIndex] = layer;
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
623this[tempKey] = (TValue)value!;
System.IO.Packaging (1)
System\IO\Packaging\Package.cs (1)
240_partList[validatedPartUri] = addedPart;
3 references to
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
728layer = propertyTriggerLayers[propertyTriggerLayerIndex];
System.IO.Packaging (2)
System\IO\Packaging\Package.cs (2)
323_partList[validatedPartUri].IsDeleted = true; 324_partList[validatedPartUri].Close();