4 references to Deprecated
Microsoft.CodeAnalysis (4)
MetadataReader\PEModule.cs (2)
1258
ObsoleteAttributeKind.
Deprecated
=> 0,
2173
value = new ObsoleteAttributeData(ObsoleteAttributeKind.
Deprecated
, args.StringValue, args.IntValue == 1, diagnosticId: null, urlFormat: null);
Symbols\Attributes\CommonAttributeData.cs (2)
261
case ObsoleteAttributeKind.
Deprecated
:
379
return new ObsoleteAttributeData(ObsoleteAttributeKind.
Deprecated
, message, isError, diagnosticId: null, urlFormat: null);