7 references to WithCurrentLocalTime
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (6)
Attributes\AssemblyAttributes.vb (2)
94
</compilation>, options:=TestOptions.ReleaseDll.
WithCurrentLocalTime
(now))
115
</compilation>, options:=TestOptions.ReleaseDll.
WithCurrentLocalTime
(#2300/1/1#))
Emit\EditAndContinue\AssemblyReferencesTests.vb (4)
447
Dim compilation0 = CreateCompilationWithMscorlib40(source0.Tree, options:=options.
WithCurrentLocalTime
(New DateTime(2016, 1, 1, 1, 0, 0)))
448
Dim compilation1 = compilation0.WithSource(source1.Tree).WithOptions(options.
WithCurrentLocalTime
(New DateTime(2016, 1, 1, 1, 0, 10)))
449
Dim compilation2 = compilation1.WithSource(source2.Tree).WithOptions(options.
WithCurrentLocalTime
(New DateTime(2016, 1, 1, 1, 0, 20)))
450
Dim compilation3 = compilation2.WithSource(source3.Tree).WithOptions(options.
WithCurrentLocalTime
(New DateTime(2016, 1, 1, 1, 0, 30)))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\VisualBasicCompilationOptionsTests.vb (1)
120
TestProperty(Function(old, value) old.
WithCurrentLocalTime
(value), Function(opt) opt.CurrentLocalTime, #2015/1/1#)