8 references to DocId
Microsoft.Cci.Extensions (8)
Extensions\DocIdExtensions.cs (2)
19
return attribute.Type.
DocId
();
69
return type.
DocId
();
Extensions\TypeExtensions.cs (1)
273
return type.
DocId
();
Filters\DocIdExcludeListFilter.cs (3)
47
string typeId = type.
DocId
();
77
if (genericType != null && genericType.GenericArguments.Any(genArg => _docIds.Contains(genArg.
DocId
())))
81
string typeId = type.
DocId
();
Filters\DocIdIncludeListFilter.cs (1)
46
string typeId = type.
DocId
();
Writers\DocumentIdWriter.cs (1)
55
_writer.WriteLine(type.
DocId
());