6 references to _uint32Buffer
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (6)
CryptoRandom.cs (6)
27
_rng.GetBytes(
_uint32Buffer
);
28
return BitConverter.ToInt32(
_uint32Buffer
, 0) & 0x7FFFFFFF;
58
_rng.GetBytes(
_uint32Buffer
);
59
uint rand = BitConverter.ToUInt32(
_uint32Buffer
, 0);
71
_rng.GetBytes(
_uint32Buffer
);
72
uint rand = BitConverter.ToUInt32(
_uint32Buffer
, 0);