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)
34if (_lazyDecodeData == null) 39return (T)_lazyDecodeData; 43/// Returns true if some decoded data has been stored into <see cref="_lazyDecodeData"/>. 49if (_lazyDecodeData != null) 51_lazyDecodeData.VerifyDataStored(expected: true); 70return _lazyDecodeData;