1 write to _lazyDecodeData
Microsoft.CodeAnalysis (1)
Symbols\Attributes\EarlyDecodeWellKnownAttributeArguments.cs (1)
36
_lazyDecodeData
= new T();
6 references to _lazyDecodeData
Microsoft.CodeAnalysis (6)
Symbols\Attributes\EarlyDecodeWellKnownAttributeArguments.cs (6)
34
if (
_lazyDecodeData
== null)
39
return (T)
_lazyDecodeData
;
43
/// Returns true if some decoded data has been stored into <see cref="
_lazyDecodeData
"/>.
49
if (
_lazyDecodeData
!= null)
51
_lazyDecodeData
.VerifyDataStored(expected: true);
70
return
_lazyDecodeData
;