10 references to System_Runtime_CompilerServices_DateTimeConstantAttribute
Microsoft.CodeAnalysis (1)
WellKnownMembers.cs (1)
880
(byte)WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
, // DeclaringTypeId
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (7)
Semantics\DelegateTypeTests.cs (7)
15634
comp.MakeTypeMissing(WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
);
15655
comp.MakeTypeMissing(WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
);
15681
comp.MakeTypeMissing(WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
);
15704
comp.MakeTypeMissing(WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
);
15729
comp2.MakeTypeMissing(WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
);
15759
comp2.MakeTypeMissing(WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
);
15797
comp2.MakeTypeMissing(WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\MissingSpecialMember.cs (1)
802
WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
,
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1627
Dim dateTimeConstantAttribute As NamedTypeSymbol = compilation.GetWellKnownType(WellKnownType.
System_Runtime_CompilerServices_DateTimeConstantAttribute
)