8 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());