7 references to None
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\CodeNotifications_1.cs (6)
20
TableView? view = PrepareTable(allocateIfMissing: flags != CodeNotificationKind.
None
);
26
if (flags == CodeNotificationKind.
None
)
86
return CodeNotificationKind.
None
;
94
return CodeNotificationKind.
None
;
116
if (flags == CodeNotificationKind.
None
)
128
if (changed && flags == CodeNotificationKind.
None
)
Microsoft.Diagnostics.DataContractReader.Legacy (1)
CodeNotificationFlagsConverter.cs (1)
33
CodeNotificationKind result = CodeNotificationKind.
None
;