12 references to DocId
Microsoft.Cci.Extensions (8)
Extensions\DocIdExtensions.cs (2)
19return attribute.Type.DocId(); 69return type.DocId();
Extensions\TypeExtensions.cs (1)
273return type.DocId();
Filters\DocIdExcludeListFilter.cs (3)
47string typeId = type.DocId(); 77if (genericType != null && genericType.GenericArguments.Any(genArg => _docIds.Contains(genArg.DocId()))) 81string typeId = type.DocId();
Filters\DocIdIncludeListFilter.cs (1)
46string typeId = type.DocId();
Writers\DocumentIdWriter.cs (1)
55_writer.WriteLine(type.DocId());
Microsoft.DotNet.AsmDiff (4)
Csv\DiffIdCsvColumn.cs (1)
30return typeDefinition.DocId();
Csv\DiffTypeIdCsvColumn.cs (2)
29return typeDefinition.DocId(); 36return typeDefinition.DocId();
DiffCSharpWriter.cs (1)
253return typeMapping.Representative.DocId();