5 references to Deprecated
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (1)
1947
value = new ObsoleteAttributeData(ObsoleteAttributeKind.
Deprecated
, args.StringValue, args.IntValue == 1, diagnosticId: null, urlFormat: null);
Symbols\Attributes\CommonAttributeData.cs (2)
256
case ObsoleteAttributeKind.
Deprecated
:
344
return new ObsoleteAttributeData(ObsoleteAttributeKind.
Deprecated
, message, isError, diagnosticId: null, urlFormat: null);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol_Attributes.cs (1)
163
kind = ObsoleteAttributeKind.
Deprecated
;
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Symbol_Attributes.vb (1)
158
kind = ObsoleteAttributeKind.
Deprecated